reflect.structField.typ (field)

23 uses

	reflect (current package)
		abi.go#L241: 			if !a.regAssign(f.typ, offset+f.offset()) {
		type.go#L434: 	typ         *rtype  // type of field
		type.go#L1247: 	f.Type = toType(p.typ)
		type.go#L1348: 					ntyp = f.typ
		type.go#L1733: 			if !haveIdenticalType(tf.typ, vf.typ, cmpTags) {
		type.go#L2166: 			if !isReflexive(f.typ) {
		type.go#L2193: 			if needKeyUpdate(f.typ) {
		type.go#L2215: 			if hashMightPanic(f.typ) {
		type.go#L2460: 		ft := f.typ
		type.go#L2478: 			if f.typ.Kind() == Pointer {
		type.go#L2486: 			switch f.typ.Kind() {
		type.go#L2762: 			if ft.typ.pointers() {
		type.go#L2774: 			if !ft.typ.pointers() {
		type.go#L2789: 			prog = appendGCProg(prog, ft.typ)
		type.go#L2790: 			off += ft.typ.ptrdata
		type.go#L2810: 				if !ft.typ.equal(pi, qi) {
		type.go#L2819: 	case len(fs) == 1 && !ifaceIndir(fs[0].typ):
		type.go#L2854: 		typ:         field.Type.common(),
		type.go#L2870: 			ft := st.fields[i].typ
		type.go#L2879: 		return f.offset() + f.typ.ptrdata
		type.go#L3170: 			addTypeBits(bv, offset+f.offset(), f.typ)
		value.go#L1227: 	typ := field.typ